03. Quiz: Window Functions 1

Creating a Running Total Using Window Functions

Using Derek's previous video as an example, create another running total. This time, create a running total of standard_amt_usd (in the orders table) over order time with no date truncation. Your final table should have two columns: one with the amount being added for each new row, and a second with the running total.

Code

If you need a code on the https://github.com/udacity.